.. _CSpawnVar Class: ========================== CSpawnVar Class ========================== .. toctree:: :maxdepth: 1 * :ref:`Overview` * :ref:`Quick Reference` * :ref:`Constructors` * :ref:`Methods` ---- .. _CSpawnVar_Overview: Overview --------------- .. note:: The **CSpawnVar** class handles spawn variables The structure used for this class is :ref:`CSpawnVar` ---- .. _CSpawnVar_QuickRef: Quick Reference --------------- +------------------------------------------------------------------------------------------------------------------------------------------------------+ | **Quick Ref** | +------------------------------------------------------------------------------------------------------------------------------------------------------+ | void **CSpawnVar\:\:CSpawnVar**\(:ref:`CMemINIValue`\* pValue) | +------------------------------------------------------------------------------------------------------------------------------------------------------+ | int **CSpawnVar\:\:GetValue**\(:ref:`CGameArea`\* pArea) | +------------------------------------------------------------------------------------------------------------------------------------------------------+ ---- .. _CSpawnVar_Constructors: Constructors --------------- +---------------------------------------------------------------+------------------------------------------------------+ | **Name** | **Description** | +---------------------------------------------------------------+------------------------------------------------------+ | :ref:`CSpawnVar\:\:CSpawnVar` | Constructs a ``CSpawnVar`` object | +---------------------------------------------------------------+------------------------------------------------------+ .. _CSpawnVarCSpawnVar: CSpawnVar\:\:CSpawnVar ^^^^^^^^^^^^^^^^^^^^^^^^^ Constructs a ``CSpawnVar`` object :: void CSpawnVar::CSpawnVar(); **Remarks** Constructs a ``CSpawnVar`` object ---- .. _CSpawnVar_Methods: Methods --------------- +-------------------------------------------------+-----------------------------------------------------------------------------------------+ | **Name** | **Description** | +-------------------------------------------------+-----------------------------------------------------------------------------------------+ | :ref:`CSpawnVar\:\:GetValue` | | +-------------------------------------------------+-----------------------------------------------------------------------------------------+ ---- .. _CSpawnVarGetValue: CSpawnVar\:\:GetValue ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ :: x; **Parameters** * * - * * - * * - * * - **Return Value** Returns **Remarks**